<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
UL.sdt_menu{
   padding-bottom: 0px;
    list-style-type: none;
    margin: 0px auto;
    padding-left: 0px;
    width: 730px;
    padding-right: 0px;
    font-family: Microsoft yahei, sans-serif;
    height: 80px;
    font-size: 14px;
    list-style-image: none;
    padding-top: 0px;
}
UL.sdt_menu A{
   outline-style: none;
    outline-color: invert;
    outline-width: medium;
    text-decoration: none;
}
UL.sdt_menu LI{
   position: relative;
    width: 100px;
    float: left;
    height: 80px;
    cursor: pointer;
}
UL.sdt_menu LI &gt; A{
   z-index: 12;
    position: absolute;
    width: 100px;
    background: url(overlay.png) no-repeat right top;
    height: 80px;
    top: 0px;
    left: 0px;
}
UL.sdt_menu LI A IMG{
   z-index: 100;
    border-bottom: medium none;
    position: absolute;
    border-left: medium none;
    width: 0px;
    bottom: 0px;
    height: 0px;
    border-top: medium none;
    border-right: medium none;
    left: 80px;
}
UL.sdt_menu LI SPAN.sdt_wrap{
   z-index: 15;
    position: absolute;
    width: 100px;
    height: 40px;
    top: 40px;
    left: 0px;
}
UL.sdt_menu LI SPAN.sdt_active{
   z-index: 14;
    position: absolute;
    width: 100px;
    background: #145f06;
    height: 0px;
    top: 80px;
    left: 0px;
}
UL.sdt_menu LI SPAN SPAN.sdt_link{
   margin-left: 15px;
}
UL.sdt_menu LI SPAN SPAN.sdt_descr{
   margin-left: 15px;
}
UL.sdt_menu LI DIV.sdt_box A{
   margin-left: 15px;
}
UL.sdt_menu LI SPAN SPAN.sdt_link{
    float: left;
    color: #797979;
    clear: both;
    font-size: 16px;
}
UL.sdt_menu LI SPAN SPAN.sdt_descr{
   width: 100px;
    float: left;
    letter-spacing: 1px;
    color: #0b75af;
    clear: both;
    font-size: 10px;
}
UL.sdt_menu LI DIV.sdt_box{
   position: absolute;
    width: 150px;
    display: none;
    background: #fff;
    height: auto;
    overflow: hidden;
    top: 80px;
    padding:0;
    padding-top: 5px;
    left: 0px;
}
UL.sdt_menu LI DIV.sdt_box A{
    line-height: 30px;
    display: block;
    color:  #797979;
    padding:0;
    margin:0;
    width: 150px;
    line-height:30px;
    height:30px;
    font-size: 14px;
    text-align:center;
    border-bottom:1px solid #efefef;
}
UL.sdt_menu LI DIV.sdt_box A:hover{
   color:#176708; 
}
</pre></body></html>